home *** CD-ROM | disk | FTP | other *** search
- #ifndef __hdr__loaded
- //==================================================================
- // LoadMacHeaders.h <tur 06-May-94>
- //
- // Load appropriate 'MacHeaders' type dump file.
- //
- //==================================================================
-
- #if __MWERKS__
- #define __hdr__loaded
- #if __powerc
- #include <MacHeadersPPC>
- #else
- #include <MacHeaders68K>
- #endif /* __powerc__ */
- #endif /* __MWERKS__ */
-
- // applec here
-
- #ifndef __hdr__loaded
- /* Oh dear! We should really include all of the Mac files
- ** by hand here -- slow but sure!
- */
- #define __hdr__loaded
-
- #include <AppleEvents.h>
- #include <Controls.h>
- #include <Desk.h>
- #include <Devices.h>
- #include <Dialogs.h>
- #include <Errors.h>
- #include <Events.h>
- #include <Files.h>
- #include <Fonts.h>
- #include <Lists.h>
- #include <Memory.h>
- #include <Menus.h>
- #include <OSEvents.h>
- #include <OSUtils.h>
- #include <Packages.h>
- #include <Palettes.h>
- #include <Quickdraw.h>
- #include <Resources.h>
- #include <Scrap.h>
- #include <SegLoad.h>
- #include <Sound.h>
- #include <StandardFile.h>
- #include <TextEdit.h>
- #include <ToolUtils.h>
- #include <Windows.h>
-
- #endif
-
- #endif /* __hdr__loaded */